Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Movie Controller and Media Types

The QuickTime VR Manager defines these constants that you can use to specify a controller subtype and media type:

enum {
    kQTVRControllerSubType                          = 'ctyp',
    kQTVRQTVRType                                   = 'qtvr'
};

Constant descriptions

kQTVRControllerSubType
The subtype of the QuickTime VR movie controller.
kQTVRQTVRType
The media type of the QTVR track.

© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |